PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DStream Class / PDF3DStream Constructor / PDF3DStream Constructor(PDFCosDictionary)
The COS 3D stream.
In This Topic
    PDF3DStream Constructor(PDFCosDictionary)
    In This Topic
    Initializes a new PDF3DStream object with the specified COS 3D stream.
    Syntax
    public PDF3DStream( 
       PDFCosDictionary cos3DStream
    )

    Parameters

    cos3DStream
    The COS 3D stream.
    See Also